Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add conda install and related links and tell users that they can copy… #122

Merged
merged 3 commits into from
Jan 26, 2022

Conversation

akamhy
Copy link
Owner

@akamhy akamhy commented Jan 26, 2022

… text from asciinema.org

closes #111

README.md Outdated
Comment on lines 40 to 49

**Using [conda](https://en.wikipedia.org/wiki/Conda_(package_manager)), from [conda-forge](https://conda-forge.org/) (recommended)**:

See also [waybackpy feedstock](https://github.com/conda-forge/waybackpy-feedstock), maintainers are [@rafaelrdealmeida](https://github.com/rafaelrdealmeida/),
[@labriunesp](https://github.com/labriunesp/)
and [@akamhy](https://github.com/akamhy/).

```bash
conda install waybackpy
```
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rafaelrdealmeida does it look okay to you?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excellent! I made two comments. See if they make sense

@akamhy akamhy added the documentation Improvements or additions to documentation label Jan 26, 2022
README.md Outdated
and [@akamhy](https://github.com/akamhy/).

```bash
conda install waybackpy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works, but I believe it would be worth making it explicit to use the conda-forge channel

conda install -c conda-forge waybackpy

for details see:

README.md Outdated

```bash
pip install waybackpy
```

Install directly from [this git repository](https://github.com/akamhy/waybackpy) (NOT recommended):

**Using [conda](https://en.wikipedia.org/wiki/Conda_(package_manager)), from [conda-forge](https://conda-forge.org/) (recommended)**:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't it be worth pointing to: https://anaconda.org/conda-forge/waybackpy instead of conda-forge.org?

README.md Outdated
Comment on lines 40 to 49

**Using [conda](https://en.wikipedia.org/wiki/Conda_(package_manager)), from [conda-forge](https://conda-forge.org/) (recommended)**:

See also [waybackpy feedstock](https://github.com/conda-forge/waybackpy-feedstock), maintainers are [@rafaelrdealmeida](https://github.com/rafaelrdealmeida/),
[@labriunesp](https://github.com/labriunesp/)
and [@akamhy](https://github.com/akamhy/).

```bash
conda install waybackpy
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excellent! I made two comments. See if they make sense

@akamhy akamhy merged commit e84ba9f into master Jan 26, 2022
@akamhy akamhy deleted the update-readme branch January 26, 2022 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make available in conda-forge
2 participants